Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintExporter<TContent> Class
Members


In This Topic
    NPrintExporter<TContent> Class
    In This Topic
    Serves as base class for printing documents.
    Object Model
    NPrintExporter<TContent> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NPrintExporter(Of TContent As {NElement, INPagedElement, INPrintLayoutElement}) 
       Inherits NPagedMediaExporter(Of TContent)
    'Usage
     
    
    Dim instance As NPrintExporter(Of TContent)
    public abstract class NPrintExporter<TContent> : NPagedMediaExporter<TContent> 
    where TContent: NElement, INPagedElement, INPrintLayoutElement
    Type Parameters
    TContent
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NPagedMediaExporter<TContent>
             Nevron.Nov.UI.NPrintExporter<TContent>
                Nevron.Nov.Chart.Export.NChartPrintExporter
                Nevron.Nov.Diagram.Export.NDrawingPrintExporter
                Nevron.Nov.Schedule.NSchedulePrintExporter
                Nevron.Nov.UI.NWidgetPrintExporter<TContent>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also